The normal vector of the polygon's plane.
Returns the number of vertices in the polygon.
Returns the list of vertices defining the polygon.
Computes the area of the polygon.
Computes the centroid (geometric center) of the polygon.
Checks if a point is inside the polygon.
Returns the number of dimensions of the spatial object.
Checks if the polygon is convex.
Returns true if all values in the spatial are finite.
Returns true if any value in the spatial is infinite.
Returns true if any value in the spatial is NaN (Not a Number).
Checks if the polygon is simple (non-self-intersecting).
Computes the perimeter of the polygon.
Reverses the order of vertices, effectively reversing the orientation of the polygon.
Scales the polygon by a given factor around a center point.
Computes the signed area of the polygon.
Transforms the polygon by applying a transformation to all vertices.
Translates the polygon by a given offset vector.